HEX
Server: LiteSpeed
System: Linux eticaretsrv4.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: sioberen (1086)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: /home/sioberen/www/wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php
<?php

mc4wp_register_integration('wpforms', 'MC4WP_WPForms_Integration', true);

add_action('plugins_loaded', function () {
    if (class_exists('WPForms_Field')) {
        new MC4WP_WPForms_Field();
    }
});